﻿/*** Fonts ***/
@import url('https://fonts.googleapis.com/css?family=Frutiger:300,400,500,700');

@font-face {
    font-family: 'frutiger';
    font-style: normal;
    src: local('frutiger'), url('../fonts/frutiger.woff') format('woff');
}

@font-face {
    font-family: 'frutiger-bold';
    font-style: normal;
    src: local('frutiger-bold'), url('../fonts/frutiger-bold.woff') format('woff');
}

@font-face {
    font-family: 'frutiger-light';
    font-style: normal;
    src: local('frutiger-light'), url('../fonts/frutiger-light.woff') format('woff');
}

@font-face {
    font-family: 'frutiger-italic';
    font-style: normal;
    src: local('frutiger-italic'), url('../fonts/frutiger-italic.woff') format('woff');
}

@font-face {
    font-family: 'frutiger-roman';
    font-style: normal;
    src: local('frutiger-roman'), url('../fonts/frutiger-roman.woff') format('woff');
}

header .areaUnidade a.linkHeaderLogo {
  display: flex;
  align-items: center;
  gap: 10px;
}

header .areaUnidade a.linkHeaderLogo #logo-hr {
  height: 60px;
  width: auto;
  max-width: 160px;
}

header .areaUnidade a.linkHeaderLogo #logo-rsc {
  height: 46px;
  width: auto;
  max-width: 210px;
}

#menu-mobile {
    display: none;
}

#blip-chat-iframe {
    z-index: 99 !important;
}

#blip-chat-open-iframe {
    box-shadow: none !important;
    height: 80px !important;
    width: 80px !important;
    max-width: 100px !important;
    max-height: 100px !important;
}

#blip-chat-close-icon {
    background-color: #95C23D;
    width: 78% !important;
    height: 78% !important;
    border: 3px solid white;
}

.heart::before {
    content: '\2665';
    color: white;
    margin-right: 9px;
    display: inline-table;
    font-size: 21px;
}


.newfet {
    text-align: center;
}

#footer1,

html,
body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

#s4-workspace {
    height: auto !important;
}

body {
    font-family: 'frutiger';
    -webkit-font-smoothing: antialiased !important;
    overflow-y: auto;
}
.img-selo-rodape {
    width: 100px;
    height: auto;
}
a,
a:hover {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.img-noticias {
    width: 100%;
    height: auto;
}

.fancybox-button.fancybox-button--zoom {
    display: none !important;
}

.bg-gray {
    background-color: #f3f3f3;
}

.btnDefault img {
    float: right;
}

.btnDefault {
    background: #4dada9;
    background: -moz-linear-gradient(-45deg, #4dada9 0%, #4dada9 37%, #48af9d 62%, #3cb288 100%);
    background: -webkit-linear-gradient(-45deg, #4dada9 0%, #4dada9 37%, #48af9d 62%, #3cb288 100%);
    background: linear-gradient(135deg, #4dada9 0%, #4dada9 37%, #48af9d 62%, #3cb288 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dada9', endColorstr='#3cb288', GradientType=1);
    width: 100%;
    display: flex;
    text-transform: uppercase;
    padding: 20px 32px;
    font-family: 'frutiger';
    color: #FFF !important;
    border-radius: 60px;
    font-size: 16px;
    margin-bottom: 10px;
        align-items: center;
    justify-content: space-between;
}

.btnDefault:hover {
    transition: 400ms;
    cursor: pointer;
    background: #4dada9;
    background: -moz-linear-gradient(-45deg, #3cb288 0%, #48af9d 37%, #4dada9 62%, #4dada9 100%);
    background: -webkit-linear-gradient(-45deg, #3cb288 0%, #48af9d 37%, #4dada9 62%, #4dada9 100%);
    background: linear-gradient(135deg, #3cb288 0%, #48af9d 37%, #4dada9 62%, #4dada9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dada9', endColorstr='#3cb288', GradientType=1);
    color: #FFF !important;
}

.btnPdf img {
    height: 50px;
    margin-top: -6px;
}

.marginTop70 {
    margin-top: 70px;
}

img.galeriaLightbox {
    width: 31%;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.galeriaLightboxSaude {
    width: 440px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.casas-acsc {
    display: flex;
}

.text-casas {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'frutiger-light';
    font-size: 18px;
    line-height: 1.7;
    color: #6f6f6f;
}

.tpcasas {
    font-size: 16px;
    font-family: 'frutiger-light';
    line-height: 1.7;
    color: #6f6f6f;
}

.btncasas {
    text-decoration: none;
    width: 98px;
    background: #3db166;
    font-weight: bold;
    color: #FFF;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    margin-left: 0;
    margin-top: -10px;
    cursor: pointer;
    border-radius: 40px;
}

.imagem-pag {
    width: 100%;
    height: auto;
    margin-top: -30px
}

.page-institucional .contentGray .text-casas strong {
    margin-bottom: 20px;
}

.card-casas {
    display: flex;
    margin-bottom: 20px;
}

.noStyleUl {
    list-style: none;
    padding-left: 0 !important;
}

.btnCenter {
    color: #FFF !important;
    text-transform: initial;
    width: 80%;
    text-align: center;
    margin: 40px auto 80px;
}

.video {
    text-align: center;
}

.video img {
    padding: 150px 0;
}

.close:not(:disabled):not(.disabled) {
    text-align: right !important;
}

.modal-title {
    margin: 0 !important;
}

.modal-body {
    text-align: center !important;
    width: 100%;
}


.modal-body .fa-check {
    font-size: 70px;
    margin-bottom: 20px;
    color: #0a6500;
}

.modal-body .fa-times {
    font-size: 70px;
    margin-bottom: 20px;
    color: #b70000;
}

/*** Header ***/
.sf-menu {
    list-style: none;
    margin-left: 0;
}

.sf-menu>li {
    float: left;
    cursor: pointer;
}

.sf-menu>li>a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 9;
}

.sf-menu>li>a,
.sf-vertical>li>a {
    color: #014751;
}

.sf-menu>li>a:hover,
.sf-menu>li.current-menu-item>a,
.sf-menu>li.current-menu-ancestor>a,
.sf-vertical>li>a:hover,
.sf-vertical>li.current-menu-item>a,
.sf-vertical>li.current-menu-ancestor>a {
    color: #3db166;
}

.item-pdlr {
    padding-left: 20px;
    padding-right: 20px;
}

.container-fluid {
    max-width: 1360px;

}

.item-divider {
    max-width: 1360px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    color: #7DBD65;
}

#sticky-wrapper .header-wrap {
    z-index: 999999 !important;
    transition: 200ms;
}

#sticky-wrapper.is-sticky .header-wrap .header-logo-inner {
    max-width: 200px !important;
    transition: 500ms;
}

#sticky-wrapper.is-sticky .mainmenu {
    padding-top: 19px;
    transition: 500ms;
}

#header-mobile {
    display: none;
}

#header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 17px);
    z-index: 1;
}

.creche #header .header-wrap .header-logo-inner img {
    width: 100vw;
    display: block;
    max-width: 455px;
    margin: 8px 0;
}

.creche #header .header-main-menu-search {
    margin-top: 1px;
}

.creche .mega {
    margin: 0;
    top: calc(100% + 6px);
}

.creche #header .megamenu li:after {
    top: 35px;
}

.nsconceicao-tresrios #header .header-wrap .megamenu,
.nsconceicao-tubarao #header .header-wrap .megamenu {
    max-height: 103px;
}

.nsconceicao-tresrios #header .megamenu li:after,
.nsconceicao-tubarao #header .megamenu li:after {
    top: 32px;
}

#header .header-top-bar {
    position: relative;
    background-color: #014751;
    padding: 0;
    height: 63px;
    line-height: 63px;
    font-size: 15px;
}

.header-top-bar .link-header {
    margin-right: 40px;
    display: inline-block;
    padding-bottom: 0;
}

.header-top-bar .link-header:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    margin-top: -4px;
}

.header-top-bar .link-header:hover:after {
    width: 100%;
    background: #3db166;
}

.header-top-bar .col-lg-6 {
    padding: 0 15px;
}

#header .header-top-bar nav {
    text-align: center;
    height: auto;
    padding: 0;
    float: right;
    display: inline-block;
    margin-top: -14px;
}

#header .header-top-bar nav p {
    margin-bottom: 0;
    padding: 15px 100px 0 0;
    height: 63px;
    color: #919bad;
}

#header .header-top-bar .mega.m-content-left {
    width: 980px;
    left: 0;
}

#header .header-top-bar .mega.m-content-right {
    width: 980px;
    right: -1px;
    top: 56px;
}

#header .header-top-bar .sf-menu-first .mega.m-content-right {
    left: 0;
}

#header .header-top-bar .sf-menu-first .mega {
    padding: 5px 0;
    margin: 4px 0 0 0;
    top: 59px;
    right: 13% !important;
}

#header .header-top-bar-menu.sf-menu-first>li:last-child .mega .one-columns {
    width: 100%;
    min-width: 289px;
}

#header .header-top-bar a {
    color: #919bad;
}

#header .header-top-bar .level-1 a,
#header .header-top-bar .level-2 a {
    color: #4f8e80;
}

#header .header-top-bar a:hover {
    background: transparent;
    color: #3db166;
}

#header .megamenu:first-child li:hover a {
    color: #3db166;
}

#header .megamenu li {
    padding-bottom: 0;
}

#header .megamenu li a {
    margin-bottom: 0;
}

#header .megamenu li .mega li a {
    margin-bottom: 0;
}

#header .megamenu li:after {
    content: '';
    display: block;
    margin: auto;
    height: 8px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    position: relative;
    top: 28px;
}

#header .header-top-bar .megamenu li:after {
    top: 4px;
}

#header .megamenu li ul li:after,
#header .megamenu li ul li:hover:after {
    width: 0px;
}

#header .megamenu li:hover:after,
#header .megamenu li.is-active:after {
    width: 100%;
    background: #3db166;
}

#header .megamenu .header-main-menu-search:hover:after {
    background: transparent;
    width: 0;
}

#header .header-top-bar-right-button[target="_self"]:hove {
    background-color: inherit;
    color: #ffffff;
}

#header .header-top-bar .phone {
    margin-left: 10px;
}

#header .header-top-bar .dropdown-menu {
    font-size: 14px;
    color: #585858;
    background-color: #eeeeee;
    padding: 12px;
    min-width: 22.5rem;
    margin-top: 0;
    border-top: 20px solid transparent;
}

#header .header-top-bar-menu li {
    padding: 0;
}

#header .header-top-bar .dropdown-menu li a {
    padding: 6px 30px 6px 12px;
    display: block;
    font-size: 14px;
    color: #585858;
}

#header .header-top-bar .dropdown-menu li a:hover {
    color: #192f59;
}

#header .header-top-bar .dropdown-toggle::after {
    display: none;
}

#header .header-top-bar-right-social a {
    margin-left: 25px;
    color: #ffffff;
}

#header .header-top-bar-right-social a:hover {
    transition: 200ms;
    color: #3db166;
}

#header .header-top-bar-menu {
    margin-bottom: 0px;
    position: absolute;
    top: 0;
    right: 0;
}

#header .header-top-bar-menu.sf-menu-first {
    left: 0;
    right: inherit;
    padding: 0 0 0 3px;
}

#header .header-top-bar-menu>li {
    float: none;
    display: inline-block;
}

#header .header-top-bar-menu>li>a {
    display: inline;
    margin-right: 16px;
    padding-bottom: 18px;
}

#header .header-top-bar-menu>li>a:hover {
    color: #919bad;
}

#header .header-top-bar .header-top-bar-menu li:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    margin-top: -8px;
}

#header .header-top-bar .header-top-bar-menu li:hover:after {
    width: 100%;
    background: #3db166;
}

#header .header-top-bar .header-top-bar-menu .m-content-right li:after,
#header .header-top-bar .header-top-bar-menu .m-content-right li:hover:after {
    background: transparent;
}

#header .header-top-bar-menu>li a:first-child {
    color: #919bad;
}

#header .header-top-bar-right-social {
    display: inline;
}

#header .header-top-bar .header-top-bar-right-button {
    color: #ffffff !important;
    padding: 23px;
    margin: 0;
}

#header .header-top-bar .level-1.one-columns li,
#header .header-top-bar .level-2.one-columns li {
    width: 100%;
}

#header .header-top-bar .level-1 li,
#header .header-top-bar .level-2 li {
    line-height: initial;
    height: 29px;
    margin-bottom: 10px;
    float: left;
    display: block;
}

#header .header-top-bar .level-1 li ul,
#header .header-top-bar .level-2 li ul {
    padding-left: 10px;
    margin-top: 10px;
}

#header .header-top-bar .level-1 li ul li,
#header .header-top-bar .level-2 li ul li {
    margin-bottom: 5px;
}

#header .header-top-bar .level-1 li ul li a,
#header .header-top-bar .level-2 li ul li a {
    color: #92c1c8 !important;
    font-size: 12px;
    font-weight: 300;
}

#header .header-top-bar .level-1 a,
#header .header-top-bar .level-2 a {
    overflow: hidden;
    display: block;
    border-radius: 0;
    height: auto;
    padding: 0;
    margin: 0;
    color: #4f8e80 !important;
    font-size: 14px;
}

#header .header-top-bar .level-1 a:hover,
#header .header-top-bar .level-2 a:hover {
    background: transparent;
    color: #223c6c !important;
}

#header .header-top-bar #header .header-top-bar .megamenu li {
    padding-bottom: 0;
}

#header .header-top-bar .item-services .mega {
    display: none;
    opacity: 0;
    background-color: rgb(237, 244, 236);
    position: absolute;
    padding: 5px 0;
    margin: 7px 0 0 0;
    z-index: 9998;
    text-align: left;
    border-top: 1px solid rgb(59, 179, 106);
    border-bottom: 2px solid rgb(59, 179, 106);
    margin-left: 0 !important;
    width: 230px;
    right: 0;
    top: 56px;
}

#header .header-top-bar .item-services .one-columns {
    float: left;
    padding: 0 22px;
}

#header .header-top-bar-right-button {
    display: inline-block;
    font-weight: bold;
    padding-left: 23px;
    padding-right: 23px;
    margin-left: 23px;
    padding-top: 20px;
    margin-top: -20px;
    padding-bottom: 21px;
    margin-bottom: -20px;
    background: #3db166;
    border-radius: 0;
    color: #ffffff;
}

#header .header-top-bar-right-button:hover {
    background: #3db166 !important;
    color: #ffffff !important;
}

#header .header-top-bar-right-button[target="_self"] {
    color: #fff;
    float: right;
}

#header .header-wrap {
    background-color: #ffffff;
    padding: 0;
}

#header .header-wrap nav a {
    color: #585858;
}

/*#header .header-wrap .megamenu {
    margin-top: 15px;
}*/
#header .header-wrap .megamenu {
    margin-top: 0;
    display: flex;
    height: 100vh;
    max-height: 94px;
    align-items: center;
    float: right;
}

#header .header-wrap .header-logo {
    padding-top: 8px;
    padding-bottom: 5px;
    position: relative;
    float: left;
}

#header .header-wrap .header-logo-inner {
    max-width: 240px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 80px;
}

#header .header-wrap .header-logo-inner img {
    max-width: 100%;
    height: auto;
}

.header-container-inner {
    width: 100%;
}

.header-container-inner .item-pdlr {
    padding-left: 15px;
}

#header .collapse:not(.show) {
    display: block;
}

#header .header-navigation {
    padding-top: 37px;
    line-height: 0;
    float: right;
}

#header .header-navigation .sf-menu {
    display: inline-block;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 0px;
}

#header .header-navigation .sf-menu li a:hover {
    color: inherit;
    background: #3db166;
}

#header .sf-menu .submenu {
    list-style: none;
    position: absolute;
    display: none;
    z-index: 99;
    min-width: 220px;
    display: block !important;
}

#header .header-navigation .header-main-menu {
    display: inline-block;
    vertical-align: top;
}

#header .header-navigation .sf-menu>li:first-child {
    padding-left: 0;
}

#header .header-navigation .sf-menu>li {
    padding-left: 18px;
    padding-right: 18px;
}

#header .header-navigation .sf-menu>li>a {
    padding-bottom: 34px;
}

#header .header-main-menu-search {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    cursor: pointer;
    margin-right: 15px;
}

#header .header-main-menu-search i,
#header .header-main-menu-cart i {
    color: #192f59;
}

#header .header-main-menu-right-wrap {
    display: inline-block;
    line-height: 1.7;
    margin-left: 10px;
    vertical-align: top;
}

/*** Search ***/
.kingster-top-search-wrap {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .9);
    display: none;
}

.kingster-top-search-wrap.kingster-active {
    display: block;
    transition: 200ms all ease-in;
}

.kingster-top-search-wrap .kingster-top-search-close {
    font-size: 55px;
    position: absolute;
    right: 0px;
    top: -4px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
}

.kingster-top-search-row {
    display: table;
    width: 100%;
    height: 100%;
}

.kingster-top-search-cell {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
}

.kingster-top-search-wrap .content-form {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.kingster-top-search-wrap input.search-field {
    background: transparent;
    width: 100%;
    border-width: 0px 0px 3px;
    font-size: 40px;
    padding: 0px 120px 25px 0px;
    line-height: 48px;
    letter-spacing: 0.5px;
}

.kingster-top-search-wrap .kingster-top-search-submit {
    font-size: 30px;
    position: absolute;
    right: 52px;
    top: 0px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
}

.kingster-top-search-wrap input.search-submit {
    position: absolute;
    top: 0px;
    right: 52px;
    width: 48px;
    height: 48px;
    padding: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    background-color: transparent;
}

.kingster-top-search-wrap input.search-field {
    border-bottom-color: #303030;
    color: #fff;
    outline: none;
}

.kingster-top-search-wrap .kingster-top-search-submit,
.kingster-top-search-wrap .kingster-top-search-close {
    color: #fff;
}

.kingster-top-search-wrap input::-webkit-input-placeholder {
    color: #fff;
}

.kingster-top-search-wrap input::-moz-placeholder {
    color: #fff;
}

.kingster-top-search-wrap input:-ms-input-placeholder {
    color: #fff;
}

.kingster-top-search-wrap input:-moz-placeholder {
    color: #fff;
}

.kingster-top-search-wrap .kingster-top-search-close .material-icons {
    font-size: 33px;
    position: absolute;
    right: 0px;
    top: 4px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
}

.kingster-top-search-wrap .kingster-top-search-close .icon_close:before {
    font-family: FontAwesome;
    font-style: normal;
    content: "\f00d";
}

.kingster-top-search-submit .material-icons {
    font-size: 28px;
    position: relative;
    top: 4px;
}

.kingster-top-search-wrap button.search-submit {
    background: transparent;
    border: none;
    padding: 0;
}

/*** Footer ***/
#footer {
    float: left;
    width: 100%;
    position: relative;
}

#footer .footer-wrapper {
    font-size: 16px;
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #004953;
    color: #ababab;
}

#footer .footer-wrapper .footer-widget-title {
    border-bottom-color: #3db166;
    color: #ffffff;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 14px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 15px;
    margin-bottom: 26px;
}

#footer .footer-wrapper .textwidget img {
    width: 100%;
}

#footer .footer-wrapper .textwidget .contact {
    margin: 30px 0;
}

#footer .footer-wrapper .textwidget .contact p,
#footer .footer-wrapper .textwidget .contact a {
    color: #ffffff;
}

#footer .footer-wrapper .textwidget .unit span {
    margin-bottom: 15px;
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}

#footer .footer-wrapper .textwidget .unit img {
    margin-bottom: 40px;
}

#footer .footer-wrapper .widget {
    padding-left: 20px;
}

#footer .footer-wrapper .widget .menu-item {
    margin-bottom: 8px;
}

#footer .footer-wrapper a {
    color: LIGHTGREY;
    font-size: 14px;
}

#footer .footer-wrapper a:hover {
    color: #ffffff;
}

#footer .footer-wrapper .list-menu-widget {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-wrapper .container-fluid {
    padding: 0 60px;

}

#footer .footer-wrapper .list-menu-widget li {
    margin-bottom: 8px;
}

#footer .footer-wrapper .divider-item {
    margin-bottom: 40px;
}

#footer .footer-wrapper .divider-line {
    border-color: #3db166;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.copyright-wrapper {
    background-color: white;

    padding-bottom: 18px;

    padding: 18px 60px;
}

.copyright-left {
    background-color: white;
    font-size: 14px;
    color: #838383;
}

.dpflex {
    display: flex;
}

.icon-foot {
    width: 100%;
    text-align: center;
    display: inline;
}

.icon-foot img {
    margin: 0 10px;

}

img#footer1 {
    width: auto;
    height: 70px;
}

img#footer2 {
    width: 100px;
}

.copyright-wrapper .copyright-left {
    TEXT-ALIGN: CENTER;
    MARGIN: 28px 0 6px;
}

.copyright-wrapper .copyright-right {
    width: 100%;
    align-self: center;
    float: right;
    position: relative;

}

.copyright-wrapper .copyright-right .social-network-icon {
    color: #50bd77;
    font-size: .875rem;
    margin-left: 20px;
}

.copyright-wrapper .copyright-right .social-network-icon:first-child {
    /* margin-left: 0px;*/
}

/** Internal Banner **/
.internal-banner {
    padding-top: 170px;
    padding-bottom: 160px;
    margin-top: 200px;
}

.internal-banner .img-content .container-fluid {
    min-height: 87px;
}

.internal-banner .title-banner {
    color: #3db166;
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 400;
}

.internal-banner .subtitle-banner {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 1px;
}

.internal-banner .title-internal-banner {
    color: #ffffff;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 11px;
    letter-spacing: 0.5px;
}

.internal-banner .date-wrapper {
    float: left;

    border-right-width: 1px;
    border-right-style: solid;
    border-color: #ffffff;
    line-height: 1;
    margin-right: 30px;
    padding-right: 20px;
    text-align: center;
    margin-top: 11px;
}

.internal-banner .date-day {
    font-family: 'Frutiger', sans-serif;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: -4px;
    letter-spacing: 1px;
    white-space: nowrap;
    color: #ffffff;
}

.internal-banner .date-month {
    font-family: 'Frutiger', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
}

.internal-banner .content {
    overflow: hidden;
}

.internal-banner .blog-info {
    font-size: 13px;
    font-weight: 600;
    margin-right: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
}

.internal-banner .blog-info:before {
    content: "/";
    margin-right: 12px;
    color: #ffffff;
}

.internal-banner .blog-info:first-child:before {
    content: '';
    margin-right: 0;
}

.internal-banner .blog-info a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

/*** Menu ***/
.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #585858;
    font-size: 16px;
    padding: 6px 30px 6px 12px;
    display: block !important;
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
    color: #3db166;
    background: transparent;
    outline: 0;
}

.navbar-light .navbar-toggler {
    padding: 0;
}

.navbar-light .navbar-toggler .fa-bars {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
}

.only-mobile {
    display: none;
}

.only-desktop {
    display: block;
}

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul>li:hover>a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mainmenu .collapse ul ul>li:hover>a

/*.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:hover*/
    {
    color: #223c6c;
}

.mainmenu .collapse ul ul ul>li:hover>a {
    color: #223c6c;
}

.mainmenu .collapse ul ul {
    top: 80px;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background-color: #eeeeee;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background-color: #eeeeee;
    font-size: 14px;
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background-color: #eeeeee;
    font-size: 14px;
}

.mainmenu .collapse ul.dropdown-menu li:first-child {
    padding-top: 12px !important;
}

.mainmenu .collapse ul.dropdown-menu li:last-child {
    padding-bottom: 12px !important;
}

.mainmenu .collapse ul ul.dropdown-menu a {
    font-size: 14px;
    position: relative;
}


/*** Drop-down menu work on hover ****/
.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 24px 0 0 0;
    min-height: 20px;
    float: right;
}

.dropdown-toggle.link {
    margin-bottom: 33px;
}

.mainmenu ul li a.dropdown-toggle::after {
    display: none;
}

/* Card */
.card {
    border: none !important;
}

.card [data-toggle="collapse"]:before {
    display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    transform: rotate(90deg);
    transition: all linear 0.25s;
    float: left;
    font-size: 33px;
}

.card [data-toggle="collapse"].collapsed:before {
    transform: rotate(0deg);
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    color: inherit;
    background-color: transparent;
    border-bottom: none;
}

.card-header [data-toggle="collapse"]:before {
    margin-right: 20px;
}

.card-header .btnDefault {
    font-family: 'frutiger-light';
}

.card-body .table td {
    border-top: none;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    border-left: none;
}

.card-body .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

.card-body .table-striped tbody tr:nth-of-type(even) {
    background-color: #f8f8f8;
}

.card-body .table td,
.card-body .table th {
    padding: .825rem 2.0625rem .8rem;
    vertical-align: top;
    font-family: 'frutiger-light';
    font-size: 18px;
}

#header .header-wrap,
#header .header-top-bar {
    width: 100%;
}

h4.nome-casa-saude {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}

.info-localizacao-casa {
    color: LIGHTGREY;
    font-size: 14px;
}

.info-contato-casa {
    color: LIGHTGREY;
    font-size: 14px;
}

h4.nome-atendimento-saude {
    color: #ffffff;
    font-size: 14px;
}

#masterresptec {
    border: 1px solid white;
    width: 80%;
    padding: 15PX;
    text-align: center;
}

h4.name-medico {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}

.description-medico {
    color: LIGHTGREY;
    font-size: 14px;
}

.redes-all {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin: 0 25px 25px 0;
}

.redes-sociais {
    display: flex;
    gap: 30px;
}

.others-imgs {
    display: flex;
    gap: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.txt-redes {
    color: black;
    font-weight: 700;
    font-size: 14px;
}

#blip-chat-close-icon {
    background-image: url('https://wwwqa.redesantacatarina.org.br/Style Library/ResponsiveServer/Bootstrap3/assets/images/ICONE_CHATBOT_2.png');
    background-size: cover;
}

/* NOVO HEADER */




















/* Estilização do menu principal */
.menuCompartilhado {
    background: #009681;
    padding: 10px;
}

.menuCompartilhado nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
}

/* Estilização dos links principais */
.menuCompartilhado nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.menuCompartilhado nav ul li a {
    color: white;
}

.menuCompartilhado nav ul li .dropdownHeader a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 194px;
    /* min-height: 29px; */
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px;
    justify-content: flex-start;
    text-align: center;
    color: #47595D;
    text-align: left;
}

.menuCompartilhado nav ul li {
    position: relative;
}

/* Estilização do dropdown */
.contDropdownUnidade {
    position: relative;
}

.contDropdownUnidade span {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    color: white;
}

.contDropdownUnidade .fa-chevron-down {
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* Estilização do dropdown */
.dropdownHeader {
    display: flex;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -10px);
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 10px;
    /* min-width: 30rem; */
    min-width: 50rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: -1;
    pointer-events: none;
    flex-wrap: wrap;
    align-items: center;
}

/* Itens do dropdown */
.dropdownHeader a {
    padding: 8px 12px;
    display: block;
    color: #47595D;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s ease;
}

/* Mostrar dropdown ao passar o mouse */
.contDropdownUnidade:hover .dropdownHeader {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    z-index: 10;
    pointer-events: auto;
}

/* Animação do ícone ao abrir o dropdown */
.contDropdownUnidade:hover .fa-chevron-down {
    transform: rotate(180deg);
}

/* Estilização do telefone */
.telContato {
    color: white;
    position: relative;
    font-size: 15px;
}

.telContato::before {
    display: block;
    content: '';
    position: absolute;
    height: 80%;
    width: 2px;
    background-color: white;
    left: -14px;
    top: 10%;
}

.telContato i {
    margin: 0 5px;
}




.menuCompartilhado nav ul li .dropdownHeader a {
    position: relative;
    text-decoration: none;
}

.menuCompartilhado nav ul li .dropdownHeader a::after {
    content: "";
    position: absolute;
    left: 37%;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #5BBBB7;
    transition: width 0.4s ease, transform 0.4s ease;
    transform: translateX(-50%);
    border-radius: 10px;
}

.menuCompartilhado nav ul li .dropdownHeader a:hover::after {
    width: 70%;
}
































header .areaDestaque {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: 'Frutiger' !important;
    background-color: #003E47;
    padding: 22px 50px;
}

header .areaDestaque .contEspera {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

header .areaDestaque .contEspera h4 {
    margin: 0;
    font-size: 13px;
    color: white;
    font-weight: 400;
}

header .areaDestaque .contEspera .contTemposDeEspera {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

header .areaDestaque .contEspera .contTemposDeEspera .itemTempoDeEspera {
    display: flex;
    flex-direction: row;
    gap: 7px;
    background-color: #5ABBB7;
    border-radius: 8px;
    padding: 4px 6px;
    align-items: center;
    position: relative;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

header .areaDestaque .contEspera .contTemposDeEspera .itemTempoDeEspera::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 2px);
    height: 3px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #02907E;
}

header .areaDestaque .contEspera .contTemposDeEspera .itemTempoDeEspera h6 {
    margin: 0;
    color: white;
    font-weight: 400;
    font-size: 14px;
}

header .areaDestaque .contEspera .contTemposDeEspera .itemTempoDeEspera .tempoFila {
    background-color: #009681;
    border-radius: 8px;
    padding: 2px 4px;
    color: white;
    font-size: 14px;
}

header .areaDestaque .contEspera .contTemposDeEspera .itemTempoDeEspera .tempoFila .tempo {
    font-weight: 500;
}

header .areaDestaque .contEspera .contTemposDeEspera .itemTempoDeEspera .tempoFila .fila {
    font-weight: 400;
}

header .areaDestaque .contEspera>span {
    font-size: 12px;
    font-weight: 400;
    color: white;
}

header .areaDestaque .contMenu {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 20px;
}

header .areaDestaque .contMenu .contBtnDrop {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .areaDestaque .contMenu .contBtnDrop>span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #578997;
    font-weight: 400;
    cursor: default;
}

header .areaDestaque .contMenu .contBtnDrop>span>i {
    font-size: 14px;
}

header .areaDestaque .contMenu .contBtnDrop .dropdownHeader {
    display: flex;
    position: absolute;
    top: 294%;
    left: 50%;
    transform: translate(-80%, -20px);
    flex-direction: row;
    flex-wrap: wrap;
    width: max-content;
    max-width: 39rem;
    padding: 10px;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.9s ease, opacity 0.3s ease;
    z-index: -1;
    background-color: white;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    pointer-events: none;
    /* Evita clique enquanto invisível */
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 2s ease;
    align-items: flex-start;
}

header .areaDestaque .contMenu .contBtnDrop {
    position: relative;
}

header .areaDestaque .contMenu .contBtnDrop::after {
    content: "";
    position: absolute;
    top: 134%;
    left: 55px;
    width: 100%;
    height: 60px;
    /* Pequeno espaço extra para manter hover */
    background: transparent;
}

header .areaDestaque .contMenu .contBtnDrop:hover .dropdownHeader,
header .areaDestaque .contMenu .contBtnDrop:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translate(-80%, -20px);
    z-index: 10;
    pointer-events: auto;
    /* Permite interação */
}

header .areaDestaque .contMenu .contBtnDrop .dropdownHeader {
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 2s ease;
}

header .areaDestaque .contMenu .contBtnDrop .dropdownHeader>a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 150px;
    /* min-height: 29px; */
    padding: 4px 8px;
    /* color: white; */
    font-size: 12px;
    font-weight: 400;
    /* background-color: #5BBBB7; */
    border-radius: 8px;
    justify-content: flex-start;
    text-align: left;
    color: #47595D;

}

header .areaDestaque .contMenu .btnAgendarConsulta,
header .areaDestaque .contMenu .btnDoacao {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 5px 8px;
    font-size: 16px;
    color: white;
    font-weight: 500;
}

header .areaDestaque .contMenu .btnAgendarConsulta {
    background-color: #134F59;
}

header .areaDestaque .contMenu .btnDoacao {
    background-color: #59BCB7;
}

header .areaUnidade {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: 'Frutiger' !important;
    background-color: white;
    padding: 15px 50px;
}

header .areaUnidade a.linkHeaderLogo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .areaUnidade a.linkHeaderLogo img {
    height: auto;
    width: 240px;
}

header .areaUnidade ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

header .areaUnidade ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

header .areaUnidade ul li a {
    color: #47595D;
}

header .areaUnidade ul li.contDropdownUnidade {
    position: relative;
}

header .areaUnidade ul li.contDropdownUnidade span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #47595D;
}

header .areaUnidade ul li.contDropdownUnidade span i {
    font-size: 14px;
}

header .areaUnidade ul li.contDropdownUnidade .dropdownHeader {
    display: flex;
    position: absolute;
    top: 260%;
    left: 50%;
    transform: translate(-50%, -20px);
    flex-direction: row;
    flex-wrap: wrap;
    width: max-content;
    max-width: 39rem;
    padding: 10px;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background-color: white;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    align-items: flex-start;
}

header .areaUnidade ul li.contDropdownUnidade .dropdownHeader>a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 150px;
    /* min-height: 29px; */
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 8px;
    justify-content: flex-start;
    text-align: center;
    color: #47595D;
    text-align: left;
}

/* Expande a área do hover para cobrir um pequeno espaço abaixo */
header .areaUnidade ul li.contDropdownUnidade::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 45px;
    width: 100%;
    height: 50px;
    background: transparent;
}

header .areaUnidade ul li.contDropdownUnidade:hover .dropdownHeader,
header .areaUnidade ul li.contDropdownUnidade:hover::after {
    /* display: flex; */
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    z-index: 10;
    row-gap: 10px;
    pointer-events: auto;
}

/* Quando o mouse entra, ativa a animação de entrada */
header .areaUnidade ul li.contDropdownUnidade:hover .dropdownHeader {
    animation: dropdownFadeIn 0.3s ease-out forwards;
}

/* Quando o mouse sai, aguarda 2s antes de sumir */
header .areaUnidade ul li.contDropdownUnidade .dropdownHeader {
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 1.5s ease;
}

header .areaUnidade ul li button {
    width: auto;
    min-width: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

header .areaUnidade ul li button i {}

header .areaUnidade nav ul li.contDropdownUnidade a,
header .areaDestaque .contMenu .contBtnDrop .dropdownHeader>a {
    position: relative;
    text-decoration: none;
}

header .areaUnidade nav ul li.contDropdownUnidade a::after,
header .areaDestaque .contMenu .contBtnDrop .dropdownHeader>a::after {
    content: "";
    position: absolute;
    left: 37%;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #5BBBB7;
    transition: width 0.4s ease, transform 0.4s ease;
    transform: translateX(-50%);
    border-radius: 10px;
}

header .areaUnidade nav ul li a:hover::after,
header .areaDestaque .contMenu .contBtnDrop .dropdownHeader>a:hover::after {
    width: 70%;
}



/* HEADER MOBILE */
#header-mobile .headerMob {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#header-mobile .headerMob .logoHeaderMob {
    width: 125px;
    height: auto;
}

#header-mobile .headerMob .logoHeaderMob img {
    width: 100%;
    height: auto;
}

#header-mobile .headerMob .contActsMob {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

#header-mobile .headerMob .contActsMob .btnBuscaMob {
    background-color: #F5F6F5;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    cursor: pointer;
    min-width: 0;
}

#header-mobile .headerMob .contActsMob .btnBuscaMob i {
    font-size: 14px;
    color: #4C6A70;
}

#header-mobile .headerMob .contActsMob .btnAgendarMob {
    font-family: 'Frutiger';
    font-size: 14px;
    font-weight: 400;
    color: white;
    background-color: #003E48;
    display: flex;
    align-items: center;
    padding: 4px 6px;
    border-radius: 6px;
    min-width: 0;
}

#header-mobile .headerMob .contActsMob .btnColapsoMenuMob {
    min-width: 0;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0px 10px;
}

#header-mobile .headerMob .contActsMob .btnColapsoMenuMob i {
    color: #406668;
}

/* NOVO MENU MOBILE */
#modalMenuMobile .modal-dialog {
    margin: 0;
    width: 100%;
    min-height: 100%;
    background: white;
}

#modalMenuMobile .modal-dialog .modal-content {
    border: none;
    min-height: 100vh;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body {
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .cabec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}
#modalMenuMobile .modal-dialog .modal-content .modal-body .cabec .linkHeaderLogo {
display: flex;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .cabec img {
    width: 165px;
    height: 49px;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .cabec .btnCloseMenuMob {
    border: none;
    background-color: transparent;
    min-width: 0;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .cabec .btnCloseMenuMob i {
    font-size: 18px;
    margin: 0;
    color: #009681;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .opcoesMenuMob {
    display: flex;
    flex-direction: column;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .opcoesMenuMob>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .opcoesMenuMob>ul>li {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .opcoesMenuMob>ul>li>a {
    width: 100%;
    display: flex;
    font-family: 'Frutiger';
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    padding: 7px 10px;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .opcoesMenuMob>ul>li button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: none;
    margin: 0;
    background-color: transparent;
    font-family: 'Frutiger';
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    outline: none;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .opcoesMenuMob>ul>li button i {
    font-size: 14px;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .opcoesMenuMob>ul>li .subMenuMob {
    background-color: #F4F8F9;
    padding: 10px 15px;
    border-radius: 8px;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .opcoesMenuMob>ul>li .subMenuMob ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.subMenuLevel3 {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-around;
    align-items: center;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .opcoesMenuMob>ul>li .subMenuMob ul li {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 8px;
    padding: 3px 6px;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .opcoesMenuMob>ul>li .subMenuMob ul li a {
    font-family: 'Frutiger';
    font-weight: 500;
    font-size: 16px;
    color: #0A3A37;
    text-align: left;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .btnLinkAgendamentoMenuMob {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: 'Frutiger';
    font-weight: 500;
    font-size: 15px;
    color: white;
    background-color: #5BBBB7;
    border-radius: 8px;
    padding: 6px 12px;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .contInfosCentralMenuMob {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .contInfosCentralMenuMob h5 {
    font-family: 'Frutiger';
    font-weight: 400;
    font-size: 14px;
    color: black;
    text-align: center;
    margin: 0;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .contInfosCentralMenuMob .contTels {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

#modalMenuMobile .modal-dialog .modal-content .modal-body .contInfosCentralMenuMob .contTels span {
    background-color: #0D4D5D;
    padding: 3px 6px;
    border-radius: 6px;
    font-family: 'Frutiger';
    font-weight: 400;
    font-size: 13px;
    color: white;
}





@media (max-width: 1660px) {
    #header {
        /*width: 98.948%;*/
    }
}

@media (max-width: 1440px) {
    #header {
        /*width: 99%;	*/
    }
}

@media (max-width: 1366px) {
    #header .header-top-bar .dropdown-menu {
        border-top: 4px solid transparent;
    }
}

@media (max-width: 1260px) {
    .internal-banner {
        margin-top: 0;
        padding: 100px 0;
    }

    .footer-widget {
        text-align: center;
    }

    #masterresptec {
        border: 1px solid white;
        width: 50%;
        height: 17vh;
        height: auto;
        padding: 20px 0 0;
        MARGIN: 0px auto 38px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    #footer .list-menu {
        display: none;
    }

    #footer .open+.list-menu {
        display: block !important;
        transition: all 180ms;
    }

    #footer .footer-wrapper .footer-widget-title:before {
        content: '\f107';
        position: absolute;
        right: 17px;
        color: #ffffff;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
    }

    #footer .footer-wrapper .divider-line {
        border-color: transparent;
        border-bottom-width: 0;
        border-bottom-style: none;
    }

    .copyright-wrapper .copyright-left,
    .copyright-wrapper .copyright-right {
        text-align: center !important;
    }

    .section-info-home .col-lg-4 {
        margin-bottom: 40px;
    }

    .section-info-home {
        padding: 60px 0px 20px 0px;
    }

}

@media only screen and (min-width: 767px) {

    /* Level 1 */
    .mainmenu .collapse ul ul {
        position: absolute;
        top: 80px;
        left: 0;
        min-width: 250px;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }

    .mainmenu .collapse ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    /* Level 2 */
    .mainmenu .collapse ul ul li {
        position: relative;
        padding: 1px 11px;
    }

    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 120%;
        min-width: 250px;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }

    .mainmenu .collapse ul ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 0;
        left: -100%;
    }

    .mainmenu .collapse ul ul li a .fa-angle-right {
        position: absolute;
        right: 20px;
        top: 0;
        padding: 10px 0;
    }


    /* Level 3 */
    .mainmenu .collapse ul ul ul li {
        position: relative
    }

    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -120%;
        min-width: 250px;
        display: block;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }

    .mainmenu .collapse ul ul ul li:hover ul {
        visibility: visible;
        opacity: 1;
        top: 0;
        left: -100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .only-mobile {
        display: inline-block;
    }

    .only-desktop {
        display: none;
    }

    .mainmenu .collapse ul ul>li.dropdown>a,
    .mainmenu .collapse ul ul>li.dropdown>ul.dropdown-menu>li.dropdown>a {
        background-color: #0f3c9e;
        padding: 16px 15px 16px 15px;
    }

    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a,
    .navbar-nav .show .dropdown-menu .dropdown-menu>li>a,
    .navbar-nav .show .dropdown-menu>li>a {
        padding: 16px 15px 16px 35px;
        background-color: #202e4c;
    }

    .navbar-nav .show .dropdown-menu .dropdown-menu>li>a:hover,
    .navbar-nav .show .dropdown-menu>li>a:hover {
        background-color: #0f3c9e;
    }


    /* Level 1 mobile arrow */
    .mainmenu ul li a .fa-angle-down {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 25px;
        height: 25px;
        background-color: #fff;
        color: #0f3c9e;
        text-align: center;
        line-height: 25px;
    }
}

@media (max-width: 736px) {

    .section-news .block-item-holder .column-right .caption .title-caption {
        font-size: 14px;
        line-height: 1.4;
        width: 60% !important;
    }
}
@media(max-width:440px){
#header-mobile .headerMob .logoHeaderMob {
    display: flex;
    gap: 10px;
}
#header-mobile .headerMob .logoHeaderMob img {
    width: 100px;
    height: 36px;
}
}

@media(max-width:430px) {
    .txt-redes {
        display: block;
        text-align: center;
    }

    .internal-banner {
        padding: 50px 0;
    }

    #masterresptec {
        width: 70%;
    }

    .redes-all {
        display: block;
    }

    .others-imgs {
        margin: 30px;
    }

    #footer .footer-wrapper .textwidget .unit span {
        margin-bottom: 0;
        display: block;
        color: #ffffff;
        font-weight: 700;
        font-size: 14px;
    }
}

@media(max-width:420px) {
    .internal-banner .date-wrapper {
        float: none;
        border: none;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .internal-banner .date-month {
        font-size: 18px;
    }

    .internal-banner .title-internal-banner {
        font-size: 22px;
        text-align: center;
    }

}